home *** CD-ROM | disk | FTP | other *** search
- /*
- ** $VER: graphics3D2d.h 11.00 (10.05.98)
- **
- ** External 2d functions for graphics3D.library
- **
- ** (C) Copyright 97 Patrizio Biancalani
- ** All Rights Reserved.
- */
-
- extern struct grafica *ini_g(struct Window *win,long int mxv);
-
- extern void close_g(struct grafica *graf);
-
- extern void switch_rp(struct grafica *graf);
-
- extern long int clipbox(struct grafica *graf,long int minx,
- long int miny,long int dx,long int dy);
- /*
- extern void cls_b(struct grafica *graf,long int x0,
- long int y0,long int x1,long int y1);
- */
- extern void cls_f(struct ambient3d *amb3d);
-
- extern void over(struct grafica *graf,long int mod);
-
- extern void pixel( struct ambient3d *amb3d, short int x, short int y, long int col);
-
- extern void line( struct ambient3d *amb3d, short int x, short int y,
- short int x1, short int y1, long int col);
-
- extern void drw_t( struct ambient3d *amb3d, short int *buf,
- long int col, long int bordo);
-
- extern void drw_q( struct ambient3d *amb3d, short int *buf,
- long int col, long int bordo);
-